home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / 3rdparty / netlin.doc < prev    next >
Text File  |  1993-11-09  |  3KB  |  111 lines

  1.             NETLINX
  2.             -------
  3.  
  4. Netlinx consists of 3 main files, along with several support files that
  5. you must create and maintain.
  6.  
  7.             Program files
  8.             -------------
  9.  
  10. The non-changeable files are as follows : 
  11.  
  12.     NETLINX.EXE     Should be installed in your PCs path on the 
  13.             network.
  14.  
  15.     VBRUN200.DLL    Should be installed in your PCs path on the 
  16.             network. (This is not supplied in the ZIP file
  17.             but is obtainable elsewhere).
  18.  
  19.     THREED.VBX      Should be installed in your PCs path on the 
  20.             network.
  21.     
  22.             Text files
  23.             ----------
  24.  
  25. The files you need to maintain are the .ini file, the list of printers, 
  26. the list of services and the logon message file.
  27.  
  28. In the supplied file they are : 
  29.  
  30.     NETLINX.INI     Should be copied to the Windows directory of the 
  31.             PC.
  32.     printers.txt    Resides where the ini file points to for it.
  33.  
  34.     services.txt    Resides where the ini file points to for it.
  35.  
  36.     pcwelcom.txt    Resides where the ini file points to for it
  37.  
  38. The format of the NETLINX.INI file is as follows : 
  39.  
  40.     [NETLINX]               compulsory as typed here
  41.     node=muzzys             The rest should have your information 
  42.     systemdrive=v:          after the = sign
  43.     systemservice=pcsav41
  44.     printerfile=v:\pcapp\printers.txt
  45.     servicefile=v:\pcapp\services.txt
  46.     messagefile=v:\pcapp\pcwelcom.txt
  47.  
  48. The format of the printers and services files is as follows : 
  49.  
  50.     \\xxxxxx\yyyyyyyyy[%]    zzzzzzzz zzzzz zzzzzzzz
  51.  
  52. Where :
  53.  
  54.     The \\ is mandatory
  55.  
  56.     xxxxxx is the node name
  57.  
  58.     The \ is mandatory.
  59.     
  60.     yyyyyyyyy is the network name for the printer service 
  61.         (e.g. hp$print or hp$print_10)
  62.  
  63.     The % sign is optional, if it is there then the service is 
  64.     connected with the supplied Username/Password.
  65.  
  66.     zzzzzzzz zzz ... is the english description for the printer 
  67.         (e.g. Laser Jet II in reception).
  68.  
  69. NOTE :  The description (zzzz...) must start at character position 25 on the line.
  70.  
  71. The message file just needs to be formatted how you want it to appear once the user is logged in. Have a look at the example file supplied.
  72.  
  73.  
  74.             User profile files
  75.             ------------------
  76.  
  77. In addition each user needs a "profile file" called Username.dat. Where 
  78. the username is more than 8 letters long, the right-most 8 letters are
  79. used ...
  80.  
  81.     E.G. A username of Holdsworth would have a file called LDSWORTH.DAT
  82.  
  83. These files are stored in a service you need to create called USERPROF. You
  84. need to make this a PUBLIC service, with full RWC access for all users, as 
  85. they need to be able to save their profiles if they change them.
  86.  
  87. The format of this file is as follows : 
  88.  
  89.     H:,SERVER,SERVICENAME%
  90.     I:,SERVER,SERVICENAME
  91.     LPT1:,SERVER,PRINTERNAME%
  92.     LPT2:,SERVER,PRINTERNAME
  93.  
  94. Where the first field is the drive or printer name
  95. The second field is the name of your server the service is located on
  96. The third field is the name of the service or printer
  97. The % sign, if present, causes the service to be connected using the users 
  98. name & password.
  99. The fields are separated by commas, except for the % sign.
  100.  
  101.             Information files
  102.             -----------------
  103.  
  104.     Readme.1st      A small file telling you what to do with the
  105.             .DOC files.
  106.  
  107.     Netlinx.doc     This is the file you are currently looking at.
  108.  
  109.     Register.doc    The form to complete when registering your copy
  110.             of Netlinx.
  111.